Skip to content

docs: improve agentic discovery score#779

Merged
brendanjryan merged 1 commit into
mainfrom
brendanjryan/aeo-discovery-score
Jul 9, 2026
Merged

docs: improve agentic discovery score#779
brendanjryan merged 1 commit into
mainfrom
brendanjryan/aeo-discovery-score

Conversation

@brendanjryan

Copy link
Copy Markdown
Collaborator

Motivation

Improve agent-readability and discovery for the documentation site. The agentic-seo --output-dir dist/public score improves from 61/100 (C) before to 97/100 (A) after.

Summary

  • Add public agent discovery artifacts, including AGENTS.md, agent-permissions.json, and a compact agent.html entry point
  • Publish well-known API routes for the API catalog, agent skill, permissions, and agent instructions
  • Expand mppx skill metadata with capabilities, inputs, constraints, and documentation links
  • Section and trim llms.txt so the short index stays under the 5K-token target
  • Add Copy for AI and Markdown affordances to key documentation pages
  • Add explicit titles to blog and services pages for cleaner generated metadata

Key design considerations

  • Keep the generated llms.txt rewrite in Vite so Vocs remains the source generator while the emitted artifact is optimized for agents
  • Serve the rewritten llms.txt during local development when a build artifact exists, so local audits match production output
  • Use static agent.html as a low-noise HTML bridge for scanners and agents without changing the Vocs runtime route model
  • Preserve existing documentation structure and add only agent-facing discovery surfaces

@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mpp Ready Ready Preview, Comment Jul 9, 2026 2:53pm

Request Review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1e459da3ce

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +12 to +15
"/.well-known/*",
"/api/api-catalog",
"/api/openapi.json",
"/assets/md/*",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add advertised root files to allowedPaths

The new agent index and API catalog advertise /AGENTS.md and /agent-permissions.json as primary agent-readable discovery files, but this allowlist only permits /, /.well-known/*, API docs, markdown mirrors, and llms files. If an agent enforces allowedPaths after reading this policy, the advertised instructions and permission document fall outside the allowed read surface, which self-blocks the discovery flow this file is meant to enable.

Useful? React with 👍 / 👎.

@brendanjryan brendanjryan force-pushed the brendanjryan/aeo-discovery-score branch from 23f4532 to 88f3be1 Compare July 9, 2026 14:52
@brendanjryan brendanjryan merged commit 0b8db0d into main Jul 9, 2026
12 checks passed
@brendanjryan brendanjryan deleted the brendanjryan/aeo-discovery-score branch July 9, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant